home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / network / atre12.zip / MULTIPLX.ZIP / MULT.RC < prev    next >
Text File  |  1991-07-05  |  261b  |  15 lines

  1. #include <windows.h>
  2. #include "mult.h"
  3. #include "multdlg.h"
  4.  
  5. multico icon atree.ico
  6.  
  7. #include "mult.dlg"
  8.  
  9. MENU_RESOURCE MENU
  10.     {
  11.         MENUITEM "&Run!", IDM_RUN
  12.         MENUITEM "&About...", IDM_ABOUT
  13.         MENUITEM "E&xit!", IDM_EXIT
  14.     }
  15.